Your goal is to create this plot using plotly.

  1. Download https://michaelgastner.com/DAVisR_data/life_quality.csv.

  2. Make a scatterplot where:

  1. Set the colors of each point to indicate which continent it belongs to.
  1. Set the size of each bubble to indicate the population.
  1. Assign texts to each point that will show when you hover over it.
  1. Add labels to the plot using layout()
  1. Fine-tune and complete the plot.

Thank you!